var testing.shuffle
5 uses
testing (current package)
testing.go#L403: shuffle = flag.String("test.shuffle", "off", "randomize the execution order of tests and benchmarks")
testing.go#L431: shuffle *string
testing.go#L1689: if *shuffle != "off" {
testing.go#L1692: if *shuffle == "on" {
testing.go#L1695: n, err = strconv.ParseInt(*shuffle, 10, 64)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)